LastSelectable

interface LastSelectable

A parent element marked as LastSelectable will cache the last selected element when a popup or other overlay is rendered, and return to that selection when the popup/overlay is removed.

Author

fzzyhmstrs

Since

0.2.0

Samples

Inheritors

Properties

Link copied to clipboard
abstract var lastSelected: Element?

Functions

Link copied to clipboard
abstract fun popLast()
Link copied to clipboard
abstract fun pushLast()